-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Space settings: use alias for vote and proposal #3265
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@zzuziak Just a quick comment, on this repo (and most of our repo) we use Yarn, this PR shouldn't have a package-lock.json file |
Hey @bonustrack, thanks 🙏 I was trying to fetch this branch with I can't test the new schema updated on two branches (snapshot.js and hub) - what's your approach to test the repos together before merging PRs? |
@zzuziak You can use |
Ok, ready for first review 👌 I didn't use aliasing for the |
…-labs/snapshot into use-alias-for-vote-and-proposal
Co-authored-by: Sam <[email protected]>
I think we have a miss understanding, I was referring to this comment from Fabien. I don't see this handled anywhere in your update. In the current implementation in this PR it will also try to update settings with alias |
@samuveth I tagged you in the comments to clarify, let me know if it's still confusing 🙏 |
Hey @samuveth could you have a look at this PR again and see if there is something left to be done? |
@zzuziak yes, there are things to be done outside of this PR first and the useClient code need to be updated since we have depreciated personal sign since this PR was made. I'll take care of it from here and I'll assign it to myself. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Fixes Issue #2844
Background
Currently voting and creating new proposals requires a signature each time. The goal of this PR is to add space setting enabling using the alias for both actions (one setting enables both).
Related PRs
Changes in this PR:
interfaces
andqueries
with newaliased
field forspaces.filters
andspaces.voting
useClient
composable if space settings are enabledScreenshots & Rec
Voting setting (currently in voting section, doesn't mention proposals):
Voting without alias:
Aliased proposal & vote:
How to test and review this PR?